The SelectSynchronous operation is used to select documents for immediate processing and retrieves the results of the Select request.
| Operation | SelectSynchronous |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/SelectSynchronous |
| Input | IEDocService_SelectSynchronous_InputMessage (soap12:body, use = literal) parameters type SelectSynchronous |
| Output | IEDocService_SelectSynchronous_OutputMessage (soap12:body, use = literal) parameters type GetSelectResults |
The operation input is SelectSynchronous. The request does not require a delivery object.
| Parameter | Type | Constraints | Description |
|---|---|---|---|
| request | SelectRequest | Required | The input message for the SelectRequest operation. |
The operation output is SelectSynchronousResponse. The response returns a GetRequestResultOut object containing status information for the request.
| Element | Type | Description |
|---|---|---|
| SelectSynchronousResult | SelectResult | The output message for the SelectRequest operation. |
For sample code, see: SelectSynchronous.